From: Dmitry Gutov Date: Mon, 24 Dec 2018 02:37:24 +0000 (+0200) Subject: ; Don't require semantic/symref, it's unnecessary now X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~4313 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d4c1518474888c45cd134d72d2a06ff3d36e84e4;p=emacs.git ; Don't require semantic/symref, it's unnecessary now --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 3b449bf9b15..a0a704f133d 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -71,9 +71,6 @@ (require 'ring) (require 'project) -(eval-when-compile - (require 'semantic/symref)) ;; for hit-lines slot - (defgroup xref nil "Cross-referencing commands" :version "25.1" :group 'tools)